body {
    background-color: #f5f5f5;
}
.navSub {
    display: none;
}
*{ box-sizing: border-box;}
ul,li{ padding: 0;}

body .banner {
    margin-bottom: 20px;
    height: 300px;
    background: url("../images/banner1.png");
    background-size: cover !important;
    background-position: center !important;
}

body .banner .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 5%;
    background: rgba(0, 0, 0, .2);
}

body .banner .content h2 {
    margin: 0;
    margin-top: -3%;
    font-size: 28px;
    color: white;
    margin-bottom: 13px;
}

body .banner .content i {
    width: 32px;
    height: 3px;
    background-color: #ffffff;
}

body .m-tabs {
    display: none !important;
}

body .maincontent {
    box-sizing: border-box;
    padding-bottom: 30px;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

body .maincontent>ul {
    width: 18%;
    margin: 0;
    padding: 0;
}

body .maincontent>ul li {
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    list-style: none;
    line-height: 60px;
}

body .maincontent>ul li:first-child {
    background-color: #0067B1;
}

body .maincontent>ul li:first-child a {
    color: white !important;
    position: relative;
}

body .maincontent>ul li:first-child a::before {
    content: "|";
    position: absolute;
    top: 0;
    left: 35px;
    font-size: 18px;
}

body .maincontent>ul li a {
    font-size: 16px;
    color: #333333;
    text-decoration: none;
    padding-left: 50px;
    width: 100%;
    display: block;
}
body .maincontent>ul li a:hover{ color: #0067B1;}
body .maincontent>ul li .head{ position: relative;}
body .maincontent>ul li .head img {
position: absolute;
top: 50%;
left: 20px;
}
body .maincontent>ul li .sub{ padding: 5px 5%;}

body .maincontent>ul .active {
    background-color: #def0ff;
}

body .maincontent>ul div.active a,body .maincontent>ul .active .head a{
    color: #0067B1;
}

body .maincontent .content {
    width: 81%;
    background-color: #fff;
    padding-bottom: 2%;
}

body .maincontent .content .meta {
    padding: 0 28px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

body .maincontent .content .meta h2 {
    font-size: 20px;
    color: #333333;
    margin: 0;
    line-height: 59px;
}

body .maincontent .content .meta .nav {
    font-size: 14px;
    color: #999;
    position: relative;
}

body .maincontent .content .meta .nav a {
    color: #CDCDCD;
}

body .maincontent .content .meta .nav::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    background: url("../images/icon_home.png");
    width: 15px;
    height: 12px;
    left: -30px;
}

body .maincontent .content .wraper {
    margin-top: 25px;
    padding: 0 28px;
    box-sizing: border-box;
}



.history .list {
    width: 100%;
}

.history .list ul {
    list-style: none;
    width: 100% !important;

}
.history .list ul>p.title{ display: none;}

.history .list>ul>li {
    width: 100%;
    border-bottom: 1px solid #666;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.history .list>ul>li p.title {
    width: 100%;
    text-align: left;
    background-image: linear-gradient(to right, #D5EAFB, #fff);
    height: 50px;
    line-height: 50px;
    padding: 0;
    border: none;
    position: relative;
    font-size: 20px;
    padding-left: 10px;
    box-sizing: border-box;
    margin: 0;
    cursor: pointer;
}

.history .list>ul>li p.title>span {
    position: absolute;
    right: 2%;
}
.history .list>ul>li.active p.title{ color: red;}
.history .list-se {
    overflow: hidden;
    display: none;
}

.history .list-se>p {
    background: #CBDFEE;
     !important;
    color: #ee4977;
}

.history .list-se>li {
    position: relative;
    -webkit-transition: right .5s;
    -moz-transition: right .5s;
    -o-transition: right .5s;
    transition: right .5s;
    margin-top: 10px;
}

.history .list-se>li>.pp {
    color: #333;
    min-height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    line-height: 20px;
    -webkit-transition: border .5s;
    transition: border .5s;
    -webkit-transition: background .3s;
    transition: background .3s;
    margin: 0;
}

.history .ui-timeLine {
    padding: 2px 0;
    position: relative;
}

.history .ui-timeLine>.items {
    display: block;
    position: relative;
    text-align: justify;
    text-justify: newspaper;
    word-break: break-all;
    color: #333;
    padding: 0px 10px 30px 0;
}

.history .ui-timeLine>.items>.box {
    /* padding: 5px 0; */

}

.history .ui-timeLine>.items .cbox {
    position: relative;
    /* left: 100vw; */
    padding: 0 19px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    transition: left 1s;
    display: flex;
    display: -webkit-flex;

}

.history .ui-timeLine>.item::after {
    content: "";
    display: block;
    clear: both;
}

.history .ui-timeLine .dot {
    z-index: 100;
    width: 12px;
    height: 12px;
    display: inline-block;
    position: absolute;
    left: -6%;
    top: 0;
    padding: 4px;
    /* border: 3px solid #eee; */
    border-radius: 50%;
    /*background-color: #cbefff;*/
    /* box-shadow: 3px 3px 8px #ccc; */
    transition: .5s;
}

.history .dot>div {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #cbdfee;
}

.history .ui-timeLine .active {
    border: 3px solid rgba(132, 43, 171, .8);
}

.history .ui-timeLine .line,
.history .ui-timeLine>.activeLine {
    position: absolute;
    left: -5%;
    width: 2px;
    height: 100%;
    background-color: #eee;
}

.history .ui-timeLine .date {
    display: flex;
    width: 100%;
}

.history .ui-timeLine .date .time {
    width: 89px;
    color: #4272a7;
    font-size: 16px;
    display: inline-block;
    margin-right: 2%;
    line-height: 60px;
}

.history .ui-timeLine .date .data_desc {
    flex: 1;
    font-size: 18px;
    color: #333333;
    margin: 0;
}

.history .ui-timeLine .date .data_desc p {
    width: 100%;
    margin: 0;
    margin-top: 13px;
}

.history .ui-timeLine .title {
    font-size: 16px;
    font-weight: 900;
    line-height: 30px;
}

.history .ui-timeLine .types>span {
    font-size: 10px;
    border-radius: 5px;
    padding: 2px 10px;
    margin-right: 10px;
    border: 1px solid #fff;
}

.history .ui-timeLine>.activeLine {
    background-color: rgba(0, 200, 255, .8);
    z-index: 50;
    top: 50px;
    height: 0;
    max-height: calc(100% - 80px);
    transition: height 1s;
    box-shadow: 3px 3px 2px #eee;
}

.history .list-se>li>.pp p {
    margin: 0;
}


.fenye {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    margin: 20px 0 0;
}

.fenye a {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    border: 1px solid #e8e8e8;
    display: inline-block;
    color: #666;
    padding: 0 18px;
    margin:0 5px;
}

.fenye .curr {
    background: #0067B1;
    color: #fff;
}

.ldtd-box{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding: 0 28px;
box-sizing: border-box;
}
.ldtd-box .item{
    padding-left: 10px;
    box-sizing: border-box;
    width: 357px;
    height: 113px;
    margin-bottom: 20px;
    transition: all 0.5s;
    position: relative;
     border:1px solid #fff;
}

.ldtd-box a:hover .item:first-child{
border:1px solid #0067B1;
}
/* border:1px solid #0067B1; */
.ldtd-box a:hove .item:first-child::after{
content: "+";
display: block;
position: absolute;
font-size: 30px;
color: #0449B0;
right: 20px;
top:50%;
transform: translateY(-50%);


}
.ldtd-box .item:hover {
box-sizing: border-box;
border:1px solid #0067B1;
}
.ldtd-box .item::after {
content: "+";
position: absolute;
font-size: 30px;
color: #0449B0;
right: 20px;
top:50%;
transform: translateY(-50%);
opacity: 0;
transition: all .6s;
}
.ldtd-box .item:hover::after{ opacity: 1;}
.ldtd-box .item p{
margin:28px 0 8px 0;
font-size: 18px;
color: black;

}
.ldtd-box .item span{
color: #D3D3D3;
display:inline-block;
width: 80%;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;

}

body .maincontent .content .human {
display: flex;
align-items: flex-start;
}
body .maincontent .content .human .desc{
flex: 1;
}
body .maincontent .content .human .desc .name {
font-size: 24px;
color: #095dcc;
margin-top: 0;
}
body .maincontent .content .human .desc .pos{
font-size: 18px;
}
body .maincontent .content .human .desc p:nth-of-type(2){
margin: 17px 0 53px;
position: relative;
}
body .maincontent .content .human .desc p:nth-of-type(2)::after{
content: "";
display: block;
position: absolute;
width: 32px;
height: 2px;
background-color: #03419f;
bottom: -150%;
}
body .maincontent .content .human img{
width: 288px;

}

.shzr-box {
    display: flex;
    flex-wrap: wrap;
}
.shzr-box .item {
margin-bottom:20px;
width: 32.3%;
margin-right: 1.5%;
}
.shzr-box .item  img{
height:290px;
width:100%;
object-fit:cover;
cursor: pointer;
}
.shzr-box .item:hover p{
color: #0067B1;
}
.shzr-box .item:nth-child(3n) {
margin-right: 0;
}

.shzr-box .item .infos {
flex: 1;
display: flex;
flex-direction: column;
justify-content: space-around;
padding-left: 10px;
box-sizing: border-box;
height: 70px;
border-bottom: 2px solid #ECECEC;
box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.07);
transition: all 0.5s;
}
.shzr-box .item .infos p {
margin: 0;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
color: #333;
}
.shzr-box .item .infos span {
margin-left: 18px;
font-size: 14px;
position: relative;
top: -4px;
}
.shzr-box .item .infos span::before {
content: "";
display: block;
position: absolute;
top: 0;
left: -18px;
background: url("../images/icon_time.png");
width: 13px;
height: 13px;
}

.shzr-box .item:hover .immm img{
transform: scale(1.2)
}
.shzr-box .immm {
width: 100%;
height: 288px;
overflow: hidden;
}
.shzr-box .immm img {
width: 100%;
height: 100%;
transition: all 0.5s;
}
.shzr-box .item:hover .infos{
border-bottom: 2px solid #0067B1;
}
.shzr-box .item:hover p{ color: #0067B1;}

.all-pageInfo .info {
position: relative;
height: auto;
border-bottom: 1px solid #ddd;
padding-bottom: 10px;
}
.all-pageInfo .info p {
font-size: 22px;
text-align: center;
}
.all-pageInfo .info .time {
    
}
.all-pageInfo .info .time span {
font-size: 14px;
color: #999;
}
.all-pageInfo article {
min-height: 300px;
border-bottom: 1px solid #ddd;
padding:4% 0;
}
.all-pageInfo .control {
height: 70px;
display: flex;
justify-content: space-between;
align-items: center;
}
.all-pageInfo .control .navtab {
display: flex;
max-width: 40%;
}
.all-pageInfo .control .navtab:last-child{ text-align: right;}
.all-pageInfo .control .navtab span,
.all-pageInfo .control .navtab a {
font-size: 14px;
white-space: nowrap;
}
.all-pageInfo .control .navtab a {
color: #333;
display: block;
text-decoration: none;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.ywbm-box {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
  }
  .ywbm-box .item {
    width: 32%;
    margin-right:1.5%;
    margin-bottom: 50px;
  }
  .ywbm-box .item a:hover img{
    transform: sclce(1.2)
  }
  .ywbm-box .item:nth-child(3n){
    margin-right: 0;
  }
  .ywbm-box .item a {
    overflow: hidden;
    color: black;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    transition: all 0.5s;
  }
  
  .itemimg {
    width: 40%;
    overflow: hidden;
  }
   .ywbm-box .item a .itemimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
  }
  .ywbm-box .item a:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.5)
  }
  .ywbm-box .item a:hover .infos p:first-child {
    color: #0067B1;
  }
  .ywbm-box .item a:hover .itemimg img{
    transform: scale(1.2)
  }
  .ywbm-box .item a img {
    height: auto;
    width: 183px;
  }
  .ywbm-box .item a .infos {
    padding: 0 10px;
    flex: 1;
  }
  .ywbm-box .item a .infos p:first-child {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
  }
  .ywbm-box .item a .infos p:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 46px;
    font-size: 14px;
    line-height: 26px;
    color: #999;
  }


.news-list .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #eee;
  }
  .news-list .item::before {
    content: "";
    display: block;
    position: absolute;
    background: url("../images/icon_item.png");
    width: 8px;
    height: 11px;
  }
  .news-list .item a {
    text-decoration: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333;
    padding-left: 14px;
  }
  .news-list .item a:hover {
    color: #26639f;
  }
  .news-list .item a p {
    font-size: 16px;
    cursor: pointer;
    padding: 8px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 10px;
    width: 85%;
  }
  .news-list .item a span {
    font-size: 14px;
  }


.shzr-box.style2 .item{ width: 23.5%; margin-right: 2%;}
.shzr-box.style2 .item:nth-child(3n){ margin-right: 2%;}
.shzr-box.style2 .item:nth-child(4n){ margin-right: 0;}
.shzr-box.style2 .immm{ border: 1px solid #e5e5e5; padding: 7%;}
.shzr-box.style2 .immm img{ object-fit: contain;}



  .ywfw-box .desc{
  margin-bottom: 35px;
    display: flex;
    
  }
  .ywfw-box .desc img{
    width: 40%;
    height:100%;
  }
  .ywfw-box .desc .desc_c{
   width:60%;
   margin-left: 30px;
  }
  .ywfw-box .desc p{
    margin: 0;
    font-size: 16px;
    color: #333;
    line-height: 32px;
    width:100%;
  }
  .ywfw-box .imgs{
    display: flex;
    flex-wrap: wrap;
  }
    .ywfw-box .imgs a{
     width: 30%!important;
     margin-right:5%;
    position: relative;
    margin-bottom:35px;
    max-height:285px;
    }
    
    .ywfw-box .zz {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: rgba(0,0,0,0.3);
      display: flex;
      align-items:flex-end;
      transition: all 0.5s;
    }
    .ywfw-box .zz p {
      font-size: 14px;
      color: #fff;
      text-align:center;
       width: 100%;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp:1;
   	-webkit-box-orient: vertical;
    background: rgba(0,0,0,0.5);
    margin: 0;
    height: 35px;
    line-height: 35px;
    padding: 0 8px;
    }
    .ywfw-box .imgs a:hover .zz{
     background-color: rgba(0,0,0,0)
    }
    
  .ywfw-box .imgs img{
    height: 100%;

  }

body .mapwarper {
    padding: 0;
    max-width: 1415px;
    width: 80%;
    margin: auto;
    margin: 35px auto;
    background-color: #fff;
    min-height: 500px;
  }
  body .mapwarper .meta {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 0 28px;
  }
  body .mapwarper .meta h2 {
    font-size: 20px;
    color: #333333;
    margin: 0;
    line-height: 59px;
  }
  body .mapwarper .meta .nav {
    font-size: 14px;
    color: #999;
    position: relative;
  }
  body .mapwarper .meta .nav::before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    background: url("../images/icon_home.png");
    width: 15px;
    height: 12px;
    left: -30px;
  }
  body .mapwarper .main {
      padding: 28px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
  }
  body .mapwarper .wrap{
      width: 100%;
      margin: auto;
      position: relative;
  }
  body .mapwarper .lh-contact-item{
      position: absolute;
      right: 0%;
      top:50%;
      margin-top: -270px;
      background: white;
      box-shadow: none;
      height: auto;
      z-index: 2;
  }



.searchArea {
    background-color: #fff;
    padding: 30px 26px;
    width: 90%;
    margin: 0 auto 25px;
    min-height: 500px;

}

.choose select {
    width: 15%;
    height: 45px;
    border: 1px solid #ccc;
    margin-right: 30px;
    background: #fff;
    padding: 0 6px;
}

.choose input {
    width: 30%;
    height: 45px;
    padding-left: 10px;
    outline: none;
    background: #fff;
    border: 1px solid #ccc;
}

.choose button {
    margin-left: 40px;
    width: 7%;
    height: 45px;
    border: none;
    background-color: #0067B1;
    cursor: pointer;
    color: white;
}

.search-list {
    color: #333;
    margin-top: 20px;

}

.search-list .item {
    padding: 30px 0;
    border-bottom: 1px solid #eeeeee;
    position: relative;
}
.search-list .item:hover .title{ color: #0067B1;}
.search-list .time {
    position: absolute;
    display: block;
    right: 0;
    top: 30px;
    color: #999;
}

.search-list .title {
    color: #333;
    margin:0 0 15px;
    font-size: 16px;
}

.search-list .desc {
    color: #999;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 26px;
    font-size: 14px;
    margin: 0;
}












@media screen and (max-width:1600px) {
    
}

@media screen and (max-width:1440px) {
    
}

@media screen and (max-width:1366px) {
    
}

@media screen and (max-width:1200px) {
    
}

@media screen and (max-width:768px) {

    body .maincontent .content .meta .nav::before {
        left: -20px !important;
    }

    body .maincontent>ul {
        display: none;
    }

    body .maincontent .content {
        width: 100%;
    }

    body .header {
        height: 48px;
    }
    
    body .banner {
        height: 82px !important;
        margin-bottom: 0;
    }


    .content img {
        width: 100%;
        height: auto;
    }
    body .maincontent{ width: 94%; padding: 0; min-height:calc(100vh - 312px);}
    body .maincontent .content .meta h2 {
        font-size: 16px;
        color: #333333;
    }
    body .banner .content{padding-left: 3%;/* text-align: center; */}

    body .banner .content h2 {
        font-size: 20px;
        margin: 0 0 10px;
        /* width: 100%; */
    }
    body .banner .content i{/* display: none; */}

    body .banner .content h3 {
        font-size: 18px;
    }

    .navSub {
        display: block;
        text-align: center;
        background: #f0f0f0;
        min-height: 50px;
        line-height: 50px;
        color: #333;
        font-size: 16px;
        position: relative;
    }
    .navSub::after{ content:''; width:100vw; height:50px; background:#f0f0f0; position:absolute; left:-3.3%; top:0; z-index:-1;}

    .subMeau {
        position: relative;
        overflow: hidden;
        left: -3.3%;
        top: 0;
        background: rgba(255, 255, 255, 1);
        width: 100vw;
        display: none;
        z-index: 99;
        box-sizing: border-box;
    }

    .subMeau>.list {
        font-size: 14px;
        color: #333;
        display: block;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #f0f0f0;
        line-height: 40px;
    }
    /*.subMeau>.list:last-child{ border: none;}*/
    body .maincontent .content .meta {
        display: none;

    }
    body .maincontent .content .wraper{ padding: 0; margin-top: 12px;}
    
    .history .list>ul {
        display: block !important;
        box-sizing: border-box;
        padding: 0 !important;
    }

    .history .list-se li {
        width: 100% !important;
        padding: 0 !important;
        margin: 10px 0 0 !important;
    }

    .history .list>ul>li p.title {
        font-size: 16px;
    }
    .history .ui-timeLine>.items{ padding: 3px 3px 10px;}
    .history .ui-timeLine .date .time{ line-height: 45px; margin-right: 10px;}
    .history .ui-timeLine .date .data_desc p{ line-height: 1.4 !important; margin: 10px 0;}
    .history .ui-timeLine>.items .cbox{ padding: 0 12px;}
    
    .fenye{ margin: 15px 0 10px;}
    .fenye a{ padding: 0 8px; margin: 3px 2px; height: 30px; line-height: 30px;}
    
    .ldtd-box{ padding: 5px 0 0;}
    .ldtd-box>a{ width: 100%;}
    .ldtd-box .item{ width: 100%; border-color: #0067B1; margin-bottom: 12px;}
    .ldtd-box .item::after{ opacity: 1;}
    
    .shzr-box{ display: block;}
    .shzr-box .item,.shzr-box.style2 .item{ width: 100%; margin: 0 0 12px; display: block;}
    .shzr-box .immm{ height: 220px;}
    .shzr-box.style2 .immm{ padding: 10px;}
    
    .all-pageInfo .info p{ font-size: 18px; line-height: 1.4;}
    .all-pageInfo .info .time div{ display: none !important;}
    .all-pageInfo .info .time{ text-align: center; display: block !important;}
    .all-pageInfo .control .navtab{ max-width: 45%;}
    
    .ywbm-box{ display: block;}
    .ywbm-box .item{ width: 100%; margin: 0 0 15px;}
    .ywbm-box .item a{ border: 1px solid #cdcdcd;}
    
    .news-list .item{ padding: 0 5px;}
    .news-list .item a p{ width: 70%; padding: 3px 0; font-size:14px;}
    
    .ywfw-box .desc{ display: block; margin-bottom: 15px;}
    .ywfw-box .desc img{ width: 100%; height: auto;}
    .ywfw-box .desc .desc_c{ width: 100%; margin: 15px 0 0;}
    .ywfw-box .imgs{ display: block;}
    .ywfw-box .imgs::after{ content: ''; clear: both; display: block;}
    .ywfw-box .imgs a{ width: 48.5% !important; margin: 0 0 12px; float: left; height: 120px;}
    .ywfw-box .imgs a:nth-child(2n){ float: right;}
    .ywfw-box .zz{ background: none;}
    
    body .mapwarper{ width: 94%; margin: 15px auto 0;}
    body .mapwarper .meta{ display: none;}
    body .mapwarper .main{ padding: 15px 0;}
    body .mapwarper .lh-contact-item{ position: relative; top: 0; transform: translate(0); margin-top: 0;}
    .lh-contact-item li h3{ margin: 0 0 10px; font-size: 14px;}
    .lh-contact-item li p{ line-height: normal; margin: 5px 0;}
    #Map{ height: 250px !important;}
    
    .searchArea{ width: 94%; padding: 18px 0 15px; margin: auto;}
    .choose select,.choose input{ width: 100%; margin: 0 0 10px;}
    .choose button{ width: 100%; margin: 0;}
    .search-list .item{ padding: 15px 0;}
    .search-list .title{ margin: 0 0 10px;}
    .search-list .time{ position: relative; top: 0; font-size: 12px; margin-top: 10px;}
    .search-list .desc{ line-height: 1.4; font-size: 14px;}
    .ywbm-box .item a .infos p:first-child{ font-size:16px; margin-bottom:8px;}
    .ywbm-box .item a .infos p:last-child{ margin-top:0; line-height:23px;}
    
}
